*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 22 Oct 2006 22:32:43 +0000 (22:32 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 22 Oct 2006 22:32:43 +0000 (22:32 +0000)
lisp/ChangeLog
src/ChangeLog

index c33f2fbc3eedbca637c71b4a0fb97ed8bc24db5f..4f5779c3876b5ad39c1ac3b5c31bb74a7356b23c 100644 (file)
@@ -1,3 +1,10 @@
+2006-10-23  Kim F. Storm  <storm@cua.dk>
+
+       * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
+       (sit-for): If last command was a prefix arg, add the read-ahead
+       event to unread-command-events as (t . EVENT) so it will be added
+       to this-command-keys by read-key-sequence.
+
 2006-10-22  martin rudalics  <rudalics@gmx.at>
 
        * textmodes/flyspell.el (flyspell-word): Skip past all previous
index 497512471d4f6d9bdb952fbedb1a73d0357d6a6f..de6c4c75de889cea67d91b809943a822cf67ead0 100644 (file)
@@ -1,3 +1,9 @@
+2006-10-23  Kim F. Storm  <storm@cua.dk>
+
+       * keyboard.c (read_char): Make an element (t . EVENT) in
+       unread-command-events add EVENT to the current command's key sequence.
+       (syms_of_keyboard) <unread-command-events>: Update doc.
+
 2006-10-21  Richard Stallman  <rms@gnu.org>
 
        * minibuf.c (Vread_expression_map): Define here.